home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / Cell Control / DATA1.CAB / VCDEMO_Files / BKDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  1.3 KB  |  56 lines

  1. //{{AFX_INCLUDES()
  2. #include "cell.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_BKDLG_H__2119A263_CE62_11D1_8DD8_444553540000__INCLUDED_)
  5. #define AFX_BKDLG_H__2119A263_CE62_11D1_8DD8_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. // BKDlg.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CBKDlg dialog
  15.  
  16. class CBKDlg : public CDialog
  17. {
  18. // Construction
  19. public:
  20.     CBKDlg(CWnd* pParent = NULL);   // standard constructor
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CBKDlg)
  24.     enum { IDD = IDD_BK_DIALOG };
  25.     int        m_style;
  26.     CCell    m_ctrl;
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CBKDlg)
  33.     protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.     //}}AFX_VIRTUAL
  36.  
  37. // Implementation
  38. protected:
  39.  
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CBKDlg)
  42.     afx_msg void OnRadio1();
  43.     afx_msg void OnRadio2();
  44.     afx_msg void OnRadio3();
  45.     afx_msg void OnRadio4();
  46.     afx_msg void OnRadio5();
  47.     virtual BOOL OnInitDialog();
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50. };
  51.  
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  54.  
  55. #endif // !defined(AFX_BKDLG_H__2119A263_CE62_11D1_8DD8_444553540000__INCLUDED_)
  56.